home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970626-19970929 / 000306_news@newsmaster….columbia.edu _Sun Sep 7 13:06:39 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id NAA25075
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Sun, 7 Sep 1997 13:06:39 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id NAA11094
  7.     for kermit.misc@watsun; Sun, 7 Sep 1997 13:06:38 -0400 (EDT)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Announcing MS-DOS Kermit 3.15 Beta 25
  12. Date: 7 Sep 1997 17:06:36 GMT
  13. Organization: Columbia University
  14. Lines: 44
  15. Message-ID: <5uumus$ahs$1@apakabar.cc.columbia.edu>
  16. NNTP-Posting-Host: watsun.cc.columbia.edu
  17. Xref: news.columbia.edu comp.protocols.kermit.misc:7629
  18.  
  19. New commands:
  20.  
  21. SET INPUT FILTER-ECHO { ON, OFF }
  22.    When ON (which is the default), only printable characters and controls
  23.    are sent to the screen when INPUT ECHO is ON.  When OFF, all incoming
  24.    characters (except NUL and DEL, which are discarded) are passed to the
  25.    screen, the idea being that a console driver (such as ANSI.SYS) will
  26.    process them and format the screen nicely -- this only works if the
  27.    escape and control sequences coming from the host are recognized by the
  28.    console driver; remember, MS-DOS Kermit's terminal emulator is NOT
  29.    active during INPUT commands.
  30.  
  31. Bugs fixed:
  32.  
  33.  . IF NUMERIC did not work for unsigned numbers longer than one digit.
  34.  
  35.  . \frpad() and flpad() ignored a blank third argument and used the closing
  36.    paren instead.
  37.  
  38.  . Array elements could not be assigned, e.g. by READ.
  39.  
  40.  . Writing an empty array element into a file could cause MSK or DOS to crash.
  41.  
  42.  . Assigning \%x variables inside SWITCH statement didn't work.
  43.  
  44.  . S, I, and A packets and/or their ACKs could be sent that were longer than
  45.    the requested size; conversely, incoming packets that were longer than the
  46.    requested size could be rejected even when the actual buffer was long
  47.    enough to accommodate them.  Both conditions have been corrected.  This
  48.    problem was evident only when very short packet lengths were requested.
  49.  
  50. Beta 25 is in the usual place:
  51.  
  52.   ftp://kermit.columbia.edu/kermit/test/bin/msk315.zip
  53.  
  54. As with the previous Betas, download this one into your regular MS-DOS
  55. Kermit 3.14 directory and unzip it.  It makes MSK315.EXE and MSK315.DOC
  56. files which do not conflict with your current installation.  To test, just
  57. run MSK315 instead of KERMIT.  Send reports to kermit-support@columbia.edu.
  58.  
  59. Thanks, as always, to Joe D!  And thanks to Dominique Ottello for reporting
  60. many of the bugs that were fixed in this Beta.
  61.  
  62. - Frank